Specifying Data Values for Check Controls |
|
A Check control is normally used for Web service operations involving true or false as values. This is because the Check control can hold only one of these values at a time.
However, it is possible to modify the control to represent a value retrieved from the backend. Depending on the value, the Check control displays as selected or cleared in an application page.
- Open the XForm in the XForms Designer.
- Right-click the Check control in the XForm, and select Properties. Alternately, double-click the control. The Check window appears in the XForms Designer.
- Click to expand the Data Value pane and make appropriate modifications:
- In the True Value field, specify the value for which the check control will display as selected.
- In the False Value field, type the value for which the check control will display as cleared.
- Click
.
The data values specified for the Check control is saved.